home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCNet 2006 April
/
PCnet 2006-06.4.iso
/
oyun
/
Arcade.EXE
/
ass.swf
/
scripts
/
DefineButton2_52
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-06-17
|
233 b
|
9 lines
on(release){
action = "addHiscore";
game = "asteroids";
score = int(_root.score.Score);
loadVariables("http://www.j3r.com/game.asp?",_root.HighScore,"POST");
this.gotoAndStop(1);
_root.GamePlayed = false;
}